I need completely separate alerts into several Groups. There is “environment” field in my alerts. Alerts come from Alertmanager via Events API v2.
How I can do it?
I need completely separate alerts into several Groups. There is “environment” field in my alerts. Alerts come from Alertmanager via Events API v2.
How I can do it?
Should I create several Services for that?
Hi Oleksiy,
You could use Global Event Routing, have all of these events sent to the single global routing key, and then have event rules set up to have various environment
field values routed to different services in your account.
Let me know if that helps or if you have any additional questions while trying to implement!